2

微信小程序Button怎么设置disabled时的样式?

/** 必须“提升指定样式规则的应用优先权(!important)。” **/
button[disabled] {
    color: #fff !important;
    background: #5bc0de !important;
    border-color: #46b8da !important;
}

前端小菜
266 声望8 粉丝

努力可以改变能力